home *** CD-ROM | disk | FTP | other *** search
- ;╓────────────────────────────────────────────────────────────────────────────╖
- ;║ Sound Blaster AWE32 Module Player v1.50 (c) 1995,1996 Bert Boer ║
- ;║ Preferences All rights reserved ║
- ;╙────────────────────────────────────────────────────────────────────────────╜
-
- ; Values between brackets [/] are the default values. Some settings
- ; can be overridden by commandline options, these settings are
- ; marked with an asterix (*).
- ; A number of settings can be changed and saved in the preferences
- ; window of the player.
-
- ;╓────────────────────────╖
- ;║ Default commandline. ║
- ;╙────────────────────────╨────────────────────────────────────────────────────
-
- ; To setup things real quick without browsing this file, type here all the
- ; commandline options that should be given to the player.
- _c_commandline=
-
- ;╓──────────────────────────╖
- ;║ EMU8000 and DSP setup. ║
- ;╙──────────────────────────╨──────────────────────────────────────────────────
-
- ; Baseport of the EMU8000 subsystem. Used only when autodetection fails.
- ; Note that the value must be in hex. [620] (*)
- _u_baseport=
-
- ; Following are the DSP settings (=Sound Blaster settings). Default values
- ; are taken from the environment variable BLASTER.
-
- ; Baseport (in hex), irq (0-15) and dma (0-3) number of DSP.
- _u_dspbase=
- _u_dspirq=
- _u_dspdma=
-
- ; Use the PIT (programmable interrupt timer) vector instead of DMA polling
- ; mode. [FALSE]
- ; Set this value to FALSE when you use the player in a multitasking
- ; environment like Microsoft Windows (will be autodetected), this will
- ; require another 8k of conventional memory (8k DMA buffer).
- ; Set this value to TRUE when DMA polling mode fails.
- _u_usepit=FALSE
-
- ;╓────────────────────────────────╖
- ;║ Windows 3.1 and '95 support. ║
- ;╙────────────────────────────────╨────────────────────────────────────────────
-
- ; Do not load alternate font characters in Microsoft Windows. [FALSE]
- _w_noaltfont=FALSE
-
- ; Auto switch to DMA polling mode in Microsoft Windows. [TRUE]
- ; Set this value to TRUE to achieve continuous background playback.
- _w_autousedma=TRUE
-
- ;╓──────────────────╖
- ;║ Module loader. ║
- ;╙──────────────────╨──────────────────────────────────────────────────────────
-
- ; Enable Advanced Memory Management System (tm). [TRUE]
- _a_useamms=TRUE
-
- ; Compress _every_ sample in module with the same compression ratio. [FALSE]
- _a_compressall=FALSE
-
- ;╓──────────────────╖
- ;║ File selector. ║
- ;╙──────────────────╨──────────────────────────────────────────────────────────
-
- ; The default directory where the file selector begins reading at start-up.
- _f_defaultdir=
-
- ; Exit file selector after loading a module. [TRUE]
- _f_instantplay=TRUE
-
- ; Always add selected file to playlist. [FALSE]
- _f_add2plst=FALSE
-
- ; Sort files on alphabetical order. [TRUE]
- _f_sortfiles=TRUE
-
- ; Quick scan files. [FALSE]
- _f_quickscan=FALSE
-
- ; Show all files. [FALSE]
- _f_allfiles=FALSE
-
- ; Auto enable quick search option. [TRUE]
- _f_quicksearch=TRUE
-
- ; Only scan files with following extensions.
- _f_scanfiles=MOD S3M XM MTM IT PTM
-
- ; Temporary directory where to extract modules from archives.
- _f_tempdir=c:\temp
-
- ; Filenames of or paths to archive extractors.
- _f_arjpath=ARJ.EXE
- _f_rarpath=UNRAR.EXE
- _f_zippath=PKUNZIP.EXE
-
- ;╓─────────────────────╖
- ;║ Playlist options. ║
- ;╙─────────────────────╨───────────────────────────────────────────────────────
-
- ; Exit player after end-of-playlist reached. [FALSE] (*)
- _l_instantexit=FALSE
-
- ; Repeat mode. 0 = no repeat, 1 = repeat, 2 = repeat all. [1] (*)
- _l_repeatmode=1
-
- ; Shuffle (random order) mode. [FALSE] (*)
- _l_random=FALSE
-
- ;╓────────────────────╖
- ;║ Module playback. ║
- ;╙────────────────────╨────────────────────────────────────────────────────────
-
- ; Always lock bpm rate. [FALSE]
- _m_lockbpm=FALSE
-
- ; Always lock panning of channels. [FALSE]
- _m_lockpan=FALSE
-
- ; Set all panning to 'MID' values to achieve mono sound. [FALSE] (*)
- _m_monomode=FALSE
-
- ; Remaining time display. [FALSE]
- _m_remaintime=FALSE
-
- ; Cut all notes after looping. [FALSE]
- _m_loopcutnotes=FALSE
-
- ; Cut all notes after changing song position. [FALSE]
- _m_cposcutnotes=FALSE
-
- ;╓─────────────────────────╖
- ;║ Reverb and chorus FX. ║
- ;╙─────────────────────────╨───────────────────────────────────────────────────
-
- ; Use reverb FX ## in the reverb FX list (see the Select FX window). [14] (*)
- ; Second setting is the reverb level, range: 0 to 256 [32]. (*)
- _e_reverbfx=14
- _e_reverblevel=32
-
- ; Use chorus FX ## in the chorus FX list (see the Select FX window). [5] (*)
- ; Second setting is the chorus level, range: 0 to 256 [32]. (*)
- _e_chorusfx=5
- _e_choruslevel=32
-
- ;╓────────────────────╖
- ;║ Equalizer setup. ║
- ;╙────────────────────╨────────────────────────────────────────────────────────
-
- ; Digital volume amplification EQ, range: -8 to +8 dB. [+6]
- _q_volamp=+2
-
- ; Digital bass EQ, range: -12 to +12 dB. [+4]
- _q_bass=+4
-
- ; Digital treble EQ, range: -12 to +12 dB. [+10]
- _q_treble=+10
-
- ; Analog mixer settings. Default values are the current mixer settings.
- ; Range for all settings: 0 to 256.
- _q_midivol=
- _q_bassvol=
- _q_treblevol=
- _q_mainvol=
-
- ; Restore digital and analog mixer settings after exiting player. [TRUE]
- _q_restoremixer=TRUE
-
- ;╓──────────────────╖
- ;║ Keys settings. ║
- ;╙──────────────────╨──────────────────────────────────────────────────────────
-
- ; Definitions of keys F5 to F8. Keys can only be assigned to keys with a
- ; function. Do not assign the keys to themselves.
- _k_kbF5=[
- _k_kbF6=]
- _k_kbF7={
- _k_kbF8=}
-
- ; Allow use of F11+F12 key combinations to control playback while in
- ; a dosshell. [TRUE]
- _k_fkeysinshell=TRUE
-
- ;╓────────────────────────╖
- ;║ Shell to OS options. ║
- ;╙────────────────────────╨────────────────────────────────────────────────────
-
- ; Full path to the shell server (ie. C:\4DOS\4DOS.COM).
- ; The COMSPEC environment variable is taken as default.
- _d_shellpath=
-
- ;──────────────────────────────────────────────────────────────────────────────